home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / expand.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. EXPAND(1L)        Misc. Reference Manual Pages         EXPAND(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      expand - convert tabs to spaces
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      eeeexxxxppppaaaannnndddd [-tab1[,tab2[,...]]] [-t tab1[,tab2[,...]]] [-i] [- -
  13.      tabs=tab1[,tab2[,...]]]  [ - - initial] [--help] [--version]
  14.      [file...]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This manual  page  documents  the  GNU  version  of  eeeexxxxppppaaaannnndddd.
  18.      eeeexxxxppppaaaannnndddd  writes the contents of each given file, or the stan-
  19.      dard input if none are given or when a file named  ` - '  is
  20.      given, to the standard output, with tab characters converted
  21.      to the appropriate number of  spaces.   By  default,  eeeexxxxppppaaaannnndddd
  22.      converts all tabs to spaces.  It preserves backspace charac-
  23.      ters in the output; they decrement the column count for  tab
  24.      calculations.   The  default action is equivalent to -8 (set
  25.      tabs every 8 columns).
  26.  
  27.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  28.      -, -_t, --_t_a_b_s _t_a_b_1[,_t_a_b_2[,...]]
  29.           If only one tab stop is given, set the tabs _t_a_b_1 spaces
  30.           apart  instead  of  the  default 8.  Otherwise, set the
  31.           tabs at columns _t_a_b_1, _t_a_b_2, etc. (numbered from 0)  and
  32.           replace  any tabs beyond the tabstops given with single
  33.           spaces.  If the tabstops are specified with the -_t or -
  34.           - _t_a_b_s  option, they can be separated by blanks as well
  35.           as by commas.
  36.  
  37.      -_i, --_i_n_i_t_i_a_l
  38.           Only convert initial tabs (those that precede  all  non
  39.           space or tab characters) on each line to spaces.
  40.  
  41.      --_h_e_l_p
  42.           Print a usage message and exit with a non-zero status.
  43.  
  44.      --_v_e_r_s_i_o_n
  45.           Print version information on standard output then exit.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.